gusucode.com > 智睿学校网站管理系统 V2.20 > 智睿学校网站管理系统 V2.20\code\Job_list.asp

    <!--#include file="Include/conn.asp"-->
<!--#include file="Include/Fun_SqlIn.Asp"-->
<!--#include file="Include/Jobion.asp"-->
<%
dim   ClassId,TopID,ClassName,ResultSea,Treatmentc,JobName,CiName,infoname,Hosea
	  CiName=URLDecode(request.QueryString("CiName"))
      ClassId=decryptstr(request.QueryString("ClassId"))
	  TopID=decryptstr(request.QueryString("TopID"))
	  ResultSea=trim(Request.Form("ResultSea"))
	  Hosea=trim(Request.Form("Hosea"))
	  Treatmentc=trim(Request.Form("Treatmentc"))
	  JobName=trim(Request.Form("JobName"))
	  infoname=trim(Request.Form("infoname"))
Call SeoUi("zhi_rui_s_jo_Class","Job",ClassId)
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head><meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>招聘中心 - <%=SiteTitle%></title>
<meta name="keywords" content="<%=Sitekeywords%>" />
<meta name="description" content="<%=Sitedescription%>" />
<link href="images/style.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="images/lelv.js"></script>
</head>
<body>
<%head()%>
<table width="950" border="0" cellspacing="0" cellpadding="0"  class="main_class" align="center">
    <tr>
      <td width="240" valign="top" >
	  <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td class="Ma_left">栏目导航</td>
        </tr>
		 <tr>
          <td align="left"><div style="margin-left:10px;"><%=leMenu("zhi_rui_s_jo_Class","Job")%></div></td>
        </tr>
      </table>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td class="Ma_left">招聘搜索</td>
        </tr>
        <tr>
          <td align="left">
		  <div style="margin-left:10px; margin-top:10px; margin-bottom:10px;">
		  <form action="Job_list.asp" method="post" name="info" id="info">
		  <input name="HoSea" type="hidden" value="HoSea" />
		  <input name="infoname" type="text" class="input1"  style="width:140px;"/>
		  <input name="提交" type="submit" class="but1" value="搜索招聘" />
		  </form>
		  </div></td>
        </tr>
      </table>
		  <br style="line-height:50px;" />
		  </td>
      <td width="5"></td>
      <td valign="top" class="viewright">
	  <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr >
          <td width="15"  align="center" ></td>
          <td align="left" style='line-height:30px;border-bottom:1px solid #6499CE;'><img src="Images/ico01.gif" width="12" height="12"> <a href="../index.asp">首页</a><img src="Images/Arrow_02.gif" width="13" height="12" align="absmiddle"><a href='Job_list.asp'>招聘中心</a><%=ClassName%></td>
		  <td width="15"  class="Location">&nbsp;</td>
        </tr></table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
	  <tr>
		<td colspan="3" height="20"></td>
	  </tr>
        <tr>
          <td>&nbsp;</td>
          <td><%=JobList()%></td>
          <td>&nbsp;</td>
        </tr>
        </table>	  
	  </td>
    </tr>
  </table>
<%Bottom()%>
</body>
</html>